NevronOpenVision
Nevron.Nov.DataStructures Namespace / INMap<TKey,TValue> Interface

In This Topic
    INMap<TKey,TValue> Interface Methods
    In This Topic

    For a list of all members of this type, see INMap<TKey,TValue> members.

    Public Methods
     NameDescription
     MethodAdds a new item with the specified key and value. Throws an exception, if item for this key already exists.  
     MethodGets the value that corresponds to the specified key. Throws an exception, if item for this key does not exist.  
     MethodSets the value for the specified key. If key-value association already exists, the value is replaced.  
     MethodTries to get the value for the specified key.  
    Top
    See Also